home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / editor / gdphrc14.lha / ged-phrasecomp / misc / release.mk < prev    next >
Text File  |  1996-02-07  |  467b  |  24 lines

  1. #
  2. # $PROJECT: GNU Make include makefiles
  3. #
  4. # $VER: release.gmk 1.1 (02.09.95)
  5. #
  6. # by
  7. #
  8. # Stefan Ruppert , Windthorststrasse 5 , 65439 Floersheim , GERMANY
  9. #
  10. # (C) Copyright 1995
  11. # All Rights Reserved !
  12. #
  13. # $HISTORY:
  14. #
  15. # 02.09.95 : 001.001 : initial
  16. #
  17.  
  18. RX     = Sys:Rexxc/rx
  19.  
  20. $(RELEASE):
  21.     $(RX) makereadme.rexx $(NAME) $(HISTORY) $(PRJREADME) $(VERSTR) $(DISTTYPE) $(PLACE) $(strip $(SHORT)) >Release:$(basename $@).readme
  22.     s:release_archive Release:$@ $(RELEASEPAT)
  23.  
  24.